Welcome![Sign In][Sign Up]
Location:
Search - image matching opencv

Search list

[Special EffectsHoughMFC

Description: 用OpenCV进行图像处理与工程开发的一个入门示例程序——Hough变换,效果不错-using OpenCV for image processing and development of a project portal sample program-- Hough Transform good results!
Platform: | Size: 318464 | Author: 山海涛 | Hits:

[Special EffectsImageMatch

Description: 基于OpenCV和VC环境开发的图像匹配程序-OpenCV and VC-based environment for the development of image matching procedures
Platform: | Size: 379904 | Author: aclon | Hits:

[GDI-BitmapImageAlignment

Description: Image alignment is a process of matching one image called template (let s denote it as T) and another image I (see fig. 1). There are many applications of image alignment, such as tracking objects on video, motion analysis and many other tasks of computer vision. In this article we will implement these two algorithms in C language using Intel OpenCV open-source computer vision library as base for our implementation. We also will try to compare these two algorithms and will see which one is faster.
Platform: | Size: 82944 | Author: 戴隆忠 | Hits:

[Special EffectsSIFT_VC

Description: sift算法,经典的图像匹配算法,需要安装opencv和gda-sift algorithm, the classical image matching algorithm, need to install opencv and GDA
Platform: | Size: 149504 | Author: 岳安志 | Hits:

[Special Effectstxpj

Description: 两幅图像进行匹配、拼接,运用opencv,完成像素点的匹配,原创,首发 -Two images match, splicing, using opencv, completed the matching pixels, originality, the first
Platform: | Size: 6042624 | Author: 李磊 | Hits:

[Special Effectsmatching3

Description: 这个是关于两图象匹配的程序,难度不是很大,里面包含OPENCV。-This is in relation to the two image matching procedures, the difficulty is not very big, which contains OPENCV.
Platform: | Size: 1737728 | Author: 陈忠翔 | Hits:

[Special EffectsStereoMatch

Description: 这是关于图象的立体匹配的,在三维重建中用到。很重要。-This is on a three-dimensional image matching, used in three-dimensional reconstruction. Very important.
Platform: | Size: 2030592 | Author: 陈忠翔 | Hits:

[Special Effects223337

Description: 基于OpenCV的图像匹配程序,可达到亚象素,对图像匹配有很大的帮助!-OpenCV-based image matching procedure, can achieve sub-pixel of the image matching has a great help!
Platform: | Size: 1588224 | Author: 刘露 | Hits:

[Special Effectsmatching

Description: 双目视觉的图片匹配,角点提取等等。基于opencv的图象匹配算法-Binocular vision of the picture matching, Corner Detection and so on. Opencv-based image matching algorithm
Platform: | Size: 3585024 | Author: 陈忠翔 | Hits:

[Special Effectsopencv

Description: opencv的图像匹配程序,可达到亚象素,是基于opencv写的,已经通过测试。-opencv image matching procedure, can achieve sub-pixel is based on written opencv, has passed the test.
Platform: | Size: 1591296 | Author: cinvent | Hits:

[Special Effectscopyandmerge

Description: 利用opencv将一幅图拷贝到另一幅图的指定区域,使得两幅图合并,使用了cvSetImageROI和cvCopy函数,在图像匹配中可能会用到这个方面的功能-Opencv will use a chart to another copy of a drawing of the designated area, making the merger of two plans, the use of the cvSetImageROI and cvCopy function, in the image matching may be used for this function
Platform: | Size: 3633152 | Author: 肖琼 | Hits:

[Special EffectsNCC

Description: NCC算法的描述,很详细,适合初学者,图像匹配必须-NCC algorithm described in great detail, suitable for beginners, image matching to be
Platform: | Size: 139264 | Author: 刘明烁 | Hits:

[Graph program20081217

Description: 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢-2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point Detection of sub-pixel precision, the characteristics of the initial match point, the basic matrix calculation and on the very bound to guide matching. matcher.rar online are wrong, but the lack of class, I corrected the error, and all the required libraries are added, has now been compiled through, guaranteed to run! I hope everyone likes
Platform: | Size: 15228928 | Author: star | Hits:

[Special EffectsStereo

Description: 使用SSD(sum squared differences)算法进行双摄像机图像匹配点计算,基于OpenCv的C++代码实现-Using SSD (sum squared differences) algorithm dual camera image matching points calculation, based on the OpenCv the C++ Code
Platform: | Size: 1866752 | Author: 梁霄 | Hits:

[Special EffectsPicturesMatchTemplate

Description: 快速的图像模板匹配代码,很辛苦找到的,属于Opencv的,共享给大家了-Fast image template matching code, it is hard to find, and belong to the Opencv, share to everyone the
Platform: | Size: 10240 | Author: 刘飞拓 | Hits:

[Graph programPhase_Correlation

Description: 基于OpenCV和FFTW实现的相位相关图像匹配程序,需要OpenCV和FFTW库文件的支持。本程序并没有用到OpenCV中的DFT,而是用了FFTW中的FFT,所以速度要快很多。-Based on OpenCV and the FFTW implementation phase correlation image matching procedures, require OpenCV and FFTW library files. This procedure does not use OpenCV in the DFT, but with the FFTW in the FFT, so much faster.
Platform: | Size: 1560576 | Author: 瘦猪呆兔 | Hits:

[OpenCVImageProcessing(openCV)

Description: 一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
Platform: | Size: 1952768 | Author: llc | Hits:

[OpenCVOpenCV-Mean-Shift-demo

Description: 基于OpenCV实现的图像特征区域跟踪程序,基于类Mean-Shift实现的颜色直方图概率匹配算法,可同时跟踪6个特定目标区域。-OpenCV implementation of image features based on regional tracking program, based on class Mean-Shift probability of achieving the color histogram matching algorithm, which can track a specific target area 6.
Platform: | Size: 2283520 | Author: gbcgbc | Hits:

[Special EffectsSIFT--opencv

Description: SIft算法。。可以用于影像匹配功能-SIft algorithm. . For image matching
Platform: | Size: 62464 | Author: 丁丁 | Hits:

[Special Effectsmulti-target-image-matching

Description: 利用opencv中图像匹配的函数,进行简单的图像匹配。-Improved detection of multi-target image matching
Platform: | Size: 4746240 | Author: 沐言 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net